home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 5 / CD-ROM Today - The Disc (Issue 5)(November 1994).ISO / mac / DHA demo / Don Norman Folder / The Library / The Library.rsrc / CSTR_2546_MenuSnapShotCSTR < prev    next >
Text File  |  1994-09-21  |  482b  |  12 lines

  1. global xxOldMenus, xxNumOldMenus
  2. put "" into xxOldMenus
  3. put the number of menus into xxNumOldMenus
  4. put the name of menu 3 into line (the number of lines in xxoldmenus) + 1 of xxoldMenus
  5. repeat with x = 1 to the number of lines in xxoldMenus
  6. put line x of xxoldmenus into themenu
  7. if there is a menu themenu then
  8. repeat with y = 1 to the number of menuitems in menu themenu
  9. put the name of menuitem y of menu themenu into item y+1 of line x of xxoldMenus
  10. end repeat
  11. end if
  12. end repeat